[C#] Library for working with web pages
Posted
by kitchen
on Stack Overflow
See other posts from Stack Overflow
or by kitchen
Published on 2010-03-28T23:47:30Z
Indexed on
2010/03/28
23:53 UTC
Read the original article
Hit count: 135
I'm in search for a library that will let me work with web pages using C# without having to display anything graphically. The library should handle web sites that use JavaScript / AJAX and it should return the correct HTML as if I were viewing the source from within Firefox/Chrome.
If there is any information I left out, let me know.
© Stack Overflow or respective owner